home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / iso9660 / mail / pine / imap.arc / text0030.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  1.5 KB  |  28 lines

  1. In the course of adding support for the IMAP2bis APPEND command to c-client, I
  2. discovered that the UW IMAP server didn't properly handle literals from the
  3. client to the server.  Specifically, the `+' response to prompt for more
  4. output did not get transmitted until after the literal was transmitted.
  5.  
  6. This bug did not show up in the current version of c-client.  Client literals
  7. were only used for passwords in LOGIN and mailbox names in SELECT, and the
  8. complete command was sent in one chunk instead of waiting for the `+' response
  9. as the specification says.  This was an expedient kludge to handle certain
  10. bizarre passwords and mailbox names until I implemented it right.  Well, I
  11. implemented it right today.
  12.  
  13. The bug is fixed in the 2.2 distribution of c-client, now available on
  14. ftp.cac.washington.edu as mail/imap.tar.Z (which is a link to imap-2.2.tar.Z).
  15. I urge developers to pick up this version as soon as possible, since there
  16. will be interoperability problems with support for the new APPEND command (as
  17. well as funny characters in passwords and mailbox names) until the older
  18. versions of imapd are exterminated.
  19.  
  20. This new version also has the fix for certain base64 conversions outlined by
  21. Laurence Lundblade in his announcement to the Pine list, as well as the change
  22. to the IMAP client software to do client literals right.  It would probably be
  23. prudent to hold off on using the new c-client/imap2.c in this new version
  24. until you have made sure that the new imapd is deployed.
  25.  
  26.  
  27.  
  28.